Html Css Color HEX #364115 Turtle Green

📋 copy color: '#364115'

red 54 ◦ green 65 ◦ blue 21

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

Shades of Turtle Green #364115

Tints of Turtle Green #364115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 46.43%

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

R = 38.57%
G = 46.43%
B = 15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#364115 (or 0x364115) is known color: Turtle Green. HEX triplet: 36, 41 and 15. RGB value is (54,65,21). Sum of RGB (Red+Green+Blue) = 54+65+21=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 65 - color contains mainly: green. Hex color #364115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364115 is #C9BEEA. Grayscale: #383838. Windows color (decimal): -13221611 or 1392950. OLE color: 1392950.

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

Color convert

RGB 54 65 21 -
CMYK 0.17 0 0.68 0.75
HSL 75º 0.51% 0.17% -
HSV(B) 75º 0.68% 0.25% -
XYZ 3.55 4.62 1.41 -
YUV 56.7 107.86 126.08 -
System Red Green Blue C M Y K H S L
Decimal 54 65 21 0.17 0 0.68 0.75 75 0.51 0.17
Hex 36 41 15 11 0 44 4B 4B 33 11
Octal 66 101 25 21 0 104 113 113 63 21
Binary 110110 1000001 10101 10001 0 1000100 1001011 1001011 110011 10001

Color Harmonies of #364115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364115

Black with #364115

Text Example


Text Example

White with #364115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364115; }

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

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

background-color css

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

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

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

border-color css

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

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

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