Html Css Color HEX #364C00 Turtle Green

📋 copy color: '#364C00'

red 54 ◦ green 76 ◦ blue 0

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

Shades of Turtle Green #364C00

Tints of Turtle Green #364C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 41.54%
G = 58.46%
B = 0%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 1

 K value IS 0.70

RGB Variations

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

Color information

#364C00 (or 0x364C00) is known color: Turtle Green. HEX triplet: 36, 4C and 00. RGB value is (54,76,0). Sum of RGB (Red+Green+Blue) = 54+76+0=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 76 (30.08% from 255 or 58.46% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 76 - color contains mainly: green. Hex color #364C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364C00 is #C9B3FF. Grayscale: #3D3D3D. Windows color (decimal): -13218816 or 19510. OLE color: 19510.

HSL color Cylindrical-coordinate representation of color #364C00: hue angle of 77.37º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #364C00 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 76 0 -
CMYK 0.29 0 1 0.70
HSL 77.37º 1% 0.15% -
HSV(B) 77.37º 1% 0.3% -
XYZ 4.11 5.95 0.93 -
YUV 60.76 93.71 123.18 -
System Red Green Blue C M Y K H S L
Decimal 54 76 0 0.29 0 1 0.70 77.37 1 0.15
Hex 36 4C 0 1D 0 64 46 4D 64 F
Octal 66 114 0 35 0 144 106 115 144 17
Binary 110110 1001100 0 11101 0 1100100 1000110 1001101 1100100 1111

Color Harmonies of #364C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364C00

Black with #364C00

Text Example


Text Example

White with #364C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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