Html Css Color HEX #384812 Turtle Green

📋 copy color: '#384812'

red 56 ◦ green 72 ◦ blue 18

#384812
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #384812

Tints of Turtle Green #384812

RGB

 RED value IS 56 (22.27% from 255) = 38.36%

 GREEN value IS 72 (28.52% from 255) = 49.32%

 BLUE value IS 18 (7.42% from 255) = 12.33%

R = 38.36%
G = 49.32%
B = 12.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.72

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#384812 (or 0x384812) is known color: Turtle Green. HEX triplet: 38, 48 and 12. RGB value is (56,72,18). Sum of RGB (Red+Green+Blue) = 56+72+18=146 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.36% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #384812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384812 is #C7B7ED. Grayscale: #3D3D3D. Windows color (decimal): -13088750 or 1198136. OLE color: 1198136.

HSL color Cylindrical-coordinate representation of color #384812: hue angle of 77.78º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #384812 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 72 18 -
CMYK 0.22 0 0.75 0.72
HSL 77.78º 0.6% 0.18% -
HSV(B) 77.78º 0.75% 0.28% -
XYZ 4.06 5.52 1.42 -
YUV 61.06 103.7 124.39 -
System Red Green Blue C M Y K H S L
Decimal 56 72 18 0.22 0 0.75 0.72 77.78 0.6 0.18
Hex 38 48 12 16 0 4B 48 4E 3C 12
Octal 70 110 22 26 0 113 110 116 74 22
Binary 111000 1001000 10010 10110 0 1001011 1001000 1001110 111100 10010

Color Harmonies of #384812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384812

Black with #384812

Text Example


Text Example

White with #384812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384812; }

 p { color: rgb(56,72,18); }

 H1.HeaderClassName
 {
   color: #384812;
 }
 .AnyTagClassName
 {
   color: #384812;
 }
</style>

background-color css

<style>
 a { background-color: #384812; }

 a { background-color: rgb(56,72,18); }

 div.DivClassName
 {
   background-color: #384812;
 }
 .BgClassName
 {
   background-color: #384812;
 }
</style>

border-color css

<style>
 span { border-color: #384812; }

 span { border-color: rgb(56,72,18); }

 td.TdClassName
 {
   border-color: #384812;
 }
 .TagClassName
 {
   border-color: #384812;
 }
</style>