Html Css Color HEX #384917 Turtle Green

📋 copy color: '#384917'

red 56 ◦ green 73 ◦ blue 23

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

Shades of Turtle Green #384917

Tints of Turtle Green #384917

RGB

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

 GREEN value IS 73 (28.91% from 255) = 48.03%

 BLUE value IS 23 (9.38% from 255) = 15.13%

R = 36.84%
G = 48.03%
B = 15.13%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.71

RGB Variations

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

Color information

#384917 (or 0x384917) is known color: Turtle Green. HEX triplet: 38, 49 and 17. RGB value is (56,73,23). Sum of RGB (Red+Green+Blue) = 56+73+23=152 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.84% from 152); Green value is 73 (28.91% from 255 or 48.03% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 73 - color contains mainly: green. Hex color #384917 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384917 is #C7B6E8. Grayscale: #3E3E3E. Windows color (decimal): -13088489 or 1526072. OLE color: 1526072.

HSL color Cylindrical-coordinate representation of color #384917: hue angle of 80.4º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #384917 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.71.

Color convert

RGB 56 73 23 -
CMYK 0.23 0 0.68 0.71
HSL 80.4º 0.52% 0.19% -
HSV(B) 80.4º 0.68% 0.29% -
XYZ 4.17 5.67 1.68 -
YUV 62.22 105.87 123.57 -
System Red Green Blue C M Y K H S L
Decimal 56 73 23 0.23 0 0.68 0.71 80.4 0.52 0.19
Hex 38 49 17 17 0 44 47 50 34 13
Octal 70 111 27 27 0 104 107 120 64 23
Binary 111000 1001001 10111 10111 0 1000100 1000111 1010000 110100 10011

Color Harmonies of #384917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384917

Black with #384917

Text Example


Text Example

White with #384917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384917; }

 p { color: rgb(56,73,23); }

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

background-color css

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

 a { background-color: rgb(56,73,23); }

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

border-color css

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

 span { border-color: rgb(56,73,23); }

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