Html Css Color HEX #364015 Turtle Green

📋 copy color: '#364015'

red 54 ◦ green 64 ◦ blue 21

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

Shades of Turtle Green #364015

Tints of Turtle Green #364015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 46.04%

 BLUE value IS 21 (8.59% from 255) = 15.11%

R = 38.85%
G = 46.04%
B = 15.11%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#364015 (or 0x364015) is known color: Turtle Green. HEX triplet: 36, 40 and 15. RGB value is (54,64,21). Sum of RGB (Red+Green+Blue) = 54+64+21=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 21 (8.59% from 255 or 15.11% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #364015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364015 is #C9BFEA. Grayscale: #383838. Windows color (decimal): -13221867 or 1392694. OLE color: 1392694.

HSL color Cylindrical-coordinate representation of color #364015: hue angle of 73.95º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #364015 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 64 21 -
CMYK 0.16 0 0.67 0.75
HSL 73.95º 0.51% 0.17% -
HSV(B) 73.95º 0.67% 0.25% -
XYZ 3.49 4.51 1.4 -
YUV 56.11 108.19 126.5 -
System Red Green Blue C M Y K H S L
Decimal 54 64 21 0.16 0 0.67 0.75 73.95 0.51 0.17
Hex 36 40 15 10 0 43 4B 4A 33 11
Octal 66 100 25 20 0 103 113 112 63 21
Binary 110110 1000000 10101 10000 0 1000011 1001011 1001010 110011 10001

Color Harmonies of #364015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364015

Black with #364015

Text Example


Text Example

White with #364015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364015; }

 p { color: rgb(54,64,21); }

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

background-color css

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

 a { background-color: rgb(54,64,21); }

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

border-color css

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

 span { border-color: rgb(54,64,21); }

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