Html Css Color HEX #364613 Turtle Green

📋 copy color: '#364613'

red 54 ◦ green 70 ◦ blue 19

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

Shades of Turtle Green #364613

Tints of Turtle Green #364613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 48.95%

 BLUE value IS 19 (7.81% from 255) = 13.29%

R = 37.76%
G = 48.95%
B = 13.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#364613 (or 0x364613) is known color: Turtle Green. HEX triplet: 36, 46 and 13. RGB value is (54,70,19). Sum of RGB (Red+Green+Blue) = 54+70+19=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #364613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364613 is #C9B9EC. Grayscale: #3B3B3B. Windows color (decimal): -13220333 or 1263158. OLE color: 1263158.

HSL color Cylindrical-coordinate representation of color #364613: hue angle of 78.82º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #364613 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 70 19 -
CMYK 0.23 0 0.73 0.73
HSL 78.82º 0.57% 0.17% -
HSV(B) 78.82º 0.73% 0.27% -
XYZ 3.83 5.21 1.42 -
YUV 59.4 105.2 124.15 -
System Red Green Blue C M Y K H S L
Decimal 54 70 19 0.23 0 0.73 0.73 78.82 0.57 0.17
Hex 36 46 13 17 0 49 49 4F 39 11
Octal 66 106 23 27 0 111 111 117 71 21
Binary 110110 1000110 10011 10111 0 1001001 1001001 1001111 111001 10001

Color Harmonies of #364613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364613

Black with #364613

Text Example


Text Example

White with #364613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364613; }

 p { color: rgb(54,70,19); }

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

background-color css

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

 a { background-color: rgb(54,70,19); }

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

border-color css

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

 span { border-color: rgb(54,70,19); }

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