Html Css Color HEX #384505 Turtle Green

📋 copy color: '#384505'

red 56 ◦ green 69 ◦ blue 5

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

Shades of Turtle Green #384505

Tints of Turtle Green #384505

RGB

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

 GREEN value IS 69 (27.34% from 255) = 53.08%

 BLUE value IS 5 (2.34% from 255) = 3.85%

R = 43.08%
G = 53.08%
B = 3.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#384505 (or 0x384505) is known color: Turtle Green. HEX triplet: 38, 45 and 05. RGB value is (56,69,5). Sum of RGB (Red+Green+Blue) = 56+69+5=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 69 (27.34% from 255 or 53.08% from 130); Blue value is 5 (2.34% from 255 or 3.85% from 130); Max value from RGB is 69 - color contains mainly: green. Hex color #384505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384505 is #C7BAFA. Grayscale: #3A3A3A. Windows color (decimal): -13089531 or 345400. OLE color: 345400.

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

Color convert

RGB 56 69 5 -
CMYK 0.19 0 0.93 0.73
HSL 72.19º 0.86% 0.15% -
HSV(B) 72.19º 0.93% 0.27% -
XYZ 3.79 5.11 0.93 -
YUV 57.82 98.19 126.7 -
System Red Green Blue C M Y K H S L
Decimal 56 69 5 0.19 0 0.93 0.73 72.19 0.86 0.15
Hex 38 45 5 13 0 5D 49 48 56 F
Octal 70 105 5 23 0 135 111 110 126 17
Binary 111000 1000101 101 10011 0 1011101 1001001 1001000 1010110 1111

Color Harmonies of #384505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384505

Black with #384505

Text Example


Text Example

White with #384505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384505; }

 p { color: rgb(56,69,5); }

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

background-color css

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

 a { background-color: rgb(56,69,5); }

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

border-color css

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

 span { border-color: rgb(56,69,5); }

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