Html Css Color HEX #384412 Turtle Green

📋 copy color: '#384412'

red 56 ◦ green 68 ◦ blue 18

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

Shades of Turtle Green #384412

Tints of Turtle Green #384412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 47.89%

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

R = 39.44%
G = 47.89%
B = 12.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#384412 (or 0x384412) is known color: Turtle Green. HEX triplet: 38, 44 and 12. RGB value is (56,68,18). Sum of RGB (Red+Green+Blue) = 56+68+18=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 68 (26.95% from 255 or 47.89% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 68 - color contains mainly: green. Hex color #384412 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384412 is #C7BBED. Grayscale: #3A3A3A. Windows color (decimal): -13089774 or 1197112. OLE color: 1197112.

HSL color Cylindrical-coordinate representation of color #384412: hue angle of 74.4º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #384412 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 68 18 -
CMYK 0.18 0 0.74 0.73
HSL 74.4º 0.58% 0.17% -
HSV(B) 74.4º 0.74% 0.27% -
XYZ 3.81 5.02 1.34 -
YUV 58.71 105.02 126.07 -
System Red Green Blue C M Y K H S L
Decimal 56 68 18 0.18 0 0.74 0.73 74.4 0.58 0.17
Hex 38 44 12 12 0 4A 49 4A 3A 11
Octal 70 104 22 22 0 112 111 112 72 21
Binary 111000 1000100 10010 10010 0 1001010 1001001 1001010 111010 10001

Color Harmonies of #384412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384412

Black with #384412

Text Example


Text Example

White with #384412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384412; }

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

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

background-color css

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

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

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

border-color css

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

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

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