Html Css Color HEX #384804 Turtle Green

📋 copy color: '#384804'

red 56 ◦ green 72 ◦ blue 4

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

Shades of Turtle Green #384804

Tints of Turtle Green #384804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 54.55%

 BLUE value IS 4 (1.95% from 255) = 3.03%

R = 42.42%
G = 54.55%
B = 3.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#384804 (or 0x384804) is known color: Turtle Green. HEX triplet: 38, 48 and 04. RGB value is (56,72,4). Sum of RGB (Red+Green+Blue) = 56+72+4=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 72 (28.52% from 255 or 54.55% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 72 - color contains mainly: green. Hex color #384804 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384804 is #C7B7FB. Grayscale: #3B3B3B. Windows color (decimal): -13088764 or 280632. OLE color: 280632.

HSL color Cylindrical-coordinate representation of color #384804: hue angle of 74.12º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #384804 is Cyan = 0.22, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 72 4 -
CMYK 0.22 0 0.94 0.72
HSL 74.12º 0.89% 0.15% -
HSV(B) 74.12º 0.94% 0.28% -
XYZ 3.97 5.48 0.96 -
YUV 59.46 96.7 125.53 -
System Red Green Blue C M Y K H S L
Decimal 56 72 4 0.22 0 0.94 0.72 74.12 0.89 0.15
Hex 38 48 4 16 0 5E 48 4A 59 F
Octal 70 110 4 26 0 136 110 112 131 17
Binary 111000 1001000 100 10110 0 1011110 1001000 1001010 1011001 1111

Color Harmonies of #384804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384804

Black with #384804

Text Example


Text Example

White with #384804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384804; }

 p { color: rgb(56,72,4); }

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

background-color css

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

 a { background-color: rgb(56,72,4); }

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

border-color css

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

 span { border-color: rgb(56,72,4); }

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