Html Css Color HEX #384C04 Turtle Green

📋 copy color: '#384C04'

red 56 ◦ green 76 ◦ blue 4

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

Shades of Turtle Green #384C04

Tints of Turtle Green #384C04

RGB

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

 GREEN value IS 76 (30.08% from 255) = 55.88%

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

R = 41.18%
G = 55.88%
B = 2.94%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.70

RGB Variations

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

Color information

#384C04 (or 0x384C04) is known color: Turtle Green. HEX triplet: 38, 4C and 04. RGB value is (56,76,4). Sum of RGB (Red+Green+Blue) = 56+76+4=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 76 (30.08% from 255 or 55.88% from 136); Blue value is 4 (1.95% from 255 or 2.94% from 136); Max value from RGB is 76 - color contains mainly: green. Hex color #384C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #384C04 is #C7B3FB. Grayscale: #3E3E3E. Windows color (decimal): -13087740 or 281656. OLE color: 281656.

HSL color Cylindrical-coordinate representation of color #384C04: hue angle of 76.67º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #384C04 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.

Color convert

RGB 56 76 4 -
CMYK 0.26 0 0.95 0.70
HSL 76.67º 0.9% 0.16% -
HSV(B) 76.67º 0.95% 0.3% -
XYZ 4.24 6.02 1.05 -
YUV 61.81 95.37 123.85 -
System Red Green Blue C M Y K H S L
Decimal 56 76 4 0.26 0 0.95 0.70 76.67 0.9 0.16
Hex 38 4C 4 1A 0 5F 46 4D 5A 10
Octal 70 114 4 32 0 137 106 115 132 20
Binary 111000 1001100 100 11010 0 1011111 1000110 1001101 1011010 10000

Color Harmonies of #384C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C04

Black with #384C04

Text Example


Text Example

White with #384C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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