Html Css Color HEX #384212 Turtle Green

📋 copy color: '#384212'

red 56 ◦ green 66 ◦ blue 18

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

Shades of Turtle Green #384212

Tints of Turtle Green #384212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 47.14%

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

R = 40%
G = 47.14%
B = 12.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#384212 (or 0x384212) is known color: Turtle Green. HEX triplet: 38, 42 and 12. RGB value is (56,66,18). Sum of RGB (Red+Green+Blue) = 56+66+18=140 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40% from 140); Green value is 66 (26.17% from 255 or 47.14% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 66 - color contains mainly: green. Hex color #384212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384212 is #C7BDED. Grayscale: #393939. Windows color (decimal): -13090286 or 1196600. OLE color: 1196600.

HSL color Cylindrical-coordinate representation of color #384212: hue angle of 72.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #384212 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 66 18 -
CMYK 0.15 0 0.73 0.74
HSL 72.5º 0.57% 0.16% -
HSV(B) 72.5º 0.73% 0.26% -
XYZ 3.69 4.78 1.3 -
YUV 57.54 105.69 126.9 -
System Red Green Blue C M Y K H S L
Decimal 56 66 18 0.15 0 0.73 0.74 72.5 0.57 0.16
Hex 38 42 12 F 0 49 4A 48 39 10
Octal 70 102 22 17 0 111 112 110 71 20
Binary 111000 1000010 10010 1111 0 1001001 1001010 1001000 111001 10000

Color Harmonies of #384212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384212

Black with #384212

Text Example


Text Example

White with #384212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384212; }

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

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

background-color css

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

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

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

border-color css

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

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

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