Html Css Color HEX #384409 Turtle Green

📋 copy color: '#384409'

red 56 ◦ green 68 ◦ blue 9

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

Shades of Turtle Green #384409

Tints of Turtle Green #384409

RGB

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

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

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

R = 42.11%
G = 51.13%
B = 6.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#384409 (or 0x384409) is known color: Turtle Green. HEX triplet: 38, 44 and 09. RGB value is (56,68,9). Sum of RGB (Red+Green+Blue) = 56+68+9=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 9 (3.91% from 255 or 6.77% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #384409 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384409 is #C7BBF6. Grayscale: #393939. Windows color (decimal): -13089783 or 607288. OLE color: 607288.

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

Color convert

RGB 56 68 9 -
CMYK 0.18 0 0.87 0.73
HSL 72.2º 0.77% 0.15% -
HSV(B) 72.2º 0.87% 0.27% -
XYZ 3.75 4.99 1.03 -
YUV 57.69 100.52 126.8 -
System Red Green Blue C M Y K H S L
Decimal 56 68 9 0.18 0 0.87 0.73 72.2 0.77 0.15
Hex 38 44 9 12 0 57 49 48 4D F
Octal 70 104 11 22 0 127 111 110 115 17
Binary 111000 1000100 1001 10010 0 1010111 1001001 1001000 1001101 1111

Color Harmonies of #384409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384409

Black with #384409

Text Example


Text Example

White with #384409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384409; }

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

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

background-color css

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

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

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

border-color css

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

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

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