Html Css Color HEX #384417 Turtle Green

📋 copy color: '#384417'

red 56 ◦ green 68 ◦ blue 23

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

Shades of Turtle Green #384417

Tints of Turtle Green #384417

RGB

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

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

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

R = 38.1%
G = 46.26%
B = 15.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#384417 (or 0x384417) is known color: Turtle Green. HEX triplet: 38, 44 and 17. RGB value is (56,68,23). Sum of RGB (Red+Green+Blue) = 56+68+23=147 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.10% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 23 (9.38% from 255 or 15.65% from 147); Max value from RGB is 68 - color contains mainly: green. Hex color #384417 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384417 is #C7BBE8. Grayscale: #3B3B3B. Windows color (decimal): -13089769 or 1524792. OLE color: 1524792.

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

Color convert

RGB 56 68 23 -
CMYK 0.18 0 0.66 0.73
HSL 76º 0.49% 0.18% -
HSV(B) 76º 0.66% 0.27% -
XYZ 3.85 5.04 1.58 -
YUV 59.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 56 68 23 0.18 0 0.66 0.73 76 0.49 0.18
Hex 38 44 17 12 0 42 49 4C 31 12
Octal 70 104 27 22 0 102 111 114 61 22
Binary 111000 1000100 10111 10010 0 1000010 1001001 1001100 110001 10010

Color Harmonies of #384417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384417

Black with #384417

Text Example


Text Example

White with #384417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384417; }

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

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

background-color css

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

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

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

border-color css

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

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

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