Html Css Color HEX #384718 Turtle Green

📋 copy color: '#384718'

red 56 ◦ green 71 ◦ blue 24

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

Shades of Turtle Green #384718

Tints of Turtle Green #384718

RGB

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

 GREEN value IS 71 (28.13% from 255) = 47.02%

 BLUE value IS 24 (9.77% from 255) = 15.89%

R = 37.09%
G = 47.02%
B = 15.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#384718 (or 0x384718) is known color: Turtle Green. HEX triplet: 38, 47 and 18. RGB value is (56,71,24). Sum of RGB (Red+Green+Blue) = 56+71+24=151 (20% of max value = 765). Red value is 56 (22.27% from 255 or 37.09% from 151); Green value is 71 (28.12% from 255 or 47.02% from 151); Blue value is 24 (9.77% from 255 or 15.89% from 151); Max value from RGB is 71 - color contains mainly: green. Hex color #384718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384718 is #C7B8E7. Grayscale: #3D3D3D. Windows color (decimal): -13089000 or 1591096. OLE color: 1591096.

HSL color Cylindrical-coordinate representation of color #384718: hue angle of 79.15º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #384718 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 71 24 -
CMYK 0.21 0 0.66 0.72
HSL 79.15º 0.49% 0.19% -
HSV(B) 79.15º 0.66% 0.28% -
XYZ 4.05 5.41 1.7 -
YUV 61.16 107.03 124.32 -
System Red Green Blue C M Y K H S L
Decimal 56 71 24 0.21 0 0.66 0.72 79.15 0.49 0.19
Hex 38 47 18 15 0 42 48 4F 31 13
Octal 70 107 30 25 0 102 110 117 61 23
Binary 111000 1000111 11000 10101 0 1000010 1001000 1001111 110001 10011

Color Harmonies of #384718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384718

Black with #384718

Text Example


Text Example

White with #384718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384718; }

 p { color: rgb(56,71,24); }

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

background-color css

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

 a { background-color: rgb(56,71,24); }

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

border-color css

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

 span { border-color: rgb(56,71,24); }

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