Html Css Color HEX #384209 Turtle Green

📋 copy color: '#384209'

red 56 ◦ green 66 ◦ blue 9

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

Shades of Turtle Green #384209

Tints of Turtle Green #384209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.87%

R = 42.75%
G = 50.38%
B = 6.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.74

RGB Variations

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

Color information

#384209 (or 0x384209) is known color: Turtle Green. HEX triplet: 38, 42 and 09. RGB value is (56,66,9). Sum of RGB (Red+Green+Blue) = 56+66+9=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #384209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384209 is #C7BDF6. Grayscale: #383838. Windows color (decimal): -13090295 or 606776. OLE color: 606776.

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

Color convert

RGB 56 66 9 -
CMYK 0.15 0 0.86 0.74
HSL 70.53º 0.76% 0.15% -
HSV(B) 70.53º 0.86% 0.26% -
XYZ 3.63 4.76 0.99 -
YUV 56.51 101.19 127.63 -
System Red Green Blue C M Y K H S L
Decimal 56 66 9 0.15 0 0.86 0.74 70.53 0.76 0.15
Hex 38 42 9 F 0 56 4A 47 4C F
Octal 70 102 11 17 0 126 112 107 114 17
Binary 111000 1000010 1001 1111 0 1010110 1001010 1000111 1001100 1111

Color Harmonies of #384209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384209

Black with #384209

Text Example


Text Example

White with #384209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384209; }

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

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

background-color css

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

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

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

border-color css

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

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

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