Html Css Color HEX #364F07 Turtle Green

📋 copy color: '#364F07'

red 54 ◦ green 79 ◦ blue 7

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

Shades of Turtle Green #364F07

Tints of Turtle Green #364F07

RGB

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

 GREEN value IS 79 (31.25% from 255) = 56.43%

 BLUE value IS 7 (3.13% from 255) = 5%

R = 38.57%
G = 56.43%
B = 5%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#364F07 (or 0x364F07) is known color: Turtle Green. HEX triplet: 36, 4F and 07. RGB value is (54,79,7). Sum of RGB (Red+Green+Blue) = 54+79+7=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 79 (31.25% from 255 or 56.43% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 79 - color contains mainly: green. Hex color #364F07 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #364F07 is #C9B0F8. Grayscale: #3F3F3F. Windows color (decimal): -13218041 or 479030. OLE color: 479030.

HSL color Cylindrical-coordinate representation of color #364F07: hue angle of 80.83º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #364F07 is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 79 7 -
CMYK 0.32 0 0.91 0.69
HSL 80.83º 0.84% 0.17% -
HSV(B) 80.83º 0.91% 0.31% -
XYZ 4.36 6.39 1.21 -
YUV 63.32 96.22 121.35 -
System Red Green Blue C M Y K H S L
Decimal 54 79 7 0.32 0 0.91 0.69 80.83 0.84 0.17
Hex 36 4F 7 20 0 5B 45 51 54 11
Octal 66 117 7 40 0 133 105 121 124 21
Binary 110110 1001111 111 100000 0 1011011 1000101 1010001 1010100 10001

Color Harmonies of #364F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364F07

Black with #364F07

Text Example


Text Example

White with #364F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,79,7); }

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

background-color css

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

 a { background-color: rgb(54,79,7); }

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

border-color css

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

 span { border-color: rgb(54,79,7); }

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