Html Css Color HEX #364C04 Turtle Green

📋 copy color: '#364C04'

red 54 ◦ green 76 ◦ blue 4

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

Shades of Turtle Green #364C04

Tints of Turtle Green #364C04

RGB

 RED value IS 54 (21.48% from 255) = 40.3%

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

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

R = 40.3%
G = 56.72%
B = 2.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.95

 K value IS 0.70

RGB Variations

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

Color information

#364C04 (or 0x364C04) is known color: Turtle Green. HEX triplet: 36, 4C and 04. RGB value is (54,76,4). Sum of RGB (Red+Green+Blue) = 54+76+4=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 76 (30.08% from 255 or 56.72% from 134); Blue value is 4 (1.95% from 255 or 2.99% from 134); Max value from RGB is 76 - color contains mainly: green. Hex color #364C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364C04 is #C9B3FB. Grayscale: #3D3D3D. Windows color (decimal): -13218812 or 281654. OLE color: 281654.

HSL color Cylindrical-coordinate representation of color #364C04: hue angle of 78.33º 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 #364C04 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 76 4 -
CMYK 0.29 0 0.95 0.70
HSL 78.33º 0.9% 0.16% -
HSV(B) 78.33º 0.95% 0.3% -
XYZ 4.13 5.96 1.05 -
YUV 61.21 95.71 122.85 -
System Red Green Blue C M Y K H S L
Decimal 54 76 4 0.29 0 0.95 0.70 78.33 0.9 0.16
Hex 36 4C 4 1D 0 5F 46 4E 5A 10
Octal 66 114 4 35 0 137 106 116 132 20
Binary 110110 1001100 100 11101 0 1011111 1000110 1001110 1011010 10000

Color Harmonies of #364C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C04

Black with #364C04

Text Example


Text Example

White with #364C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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