Html Css Color HEX #364022 Turtle Green

📋 copy color: '#364022'

red 54 ◦ green 64 ◦ blue 34

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

Shades of Turtle Green #364022

Tints of Turtle Green #364022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 22.37%

R = 35.53%
G = 42.11%
B = 22.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.75

RGB Variations

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

Color information

#364022 (or 0x364022) is known color: Turtle Green. HEX triplet: 36, 40 and 22. RGB value is (54,64,34). Sum of RGB (Red+Green+Blue) = 54+64+34=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 64 (25.39% from 255 or 42.11% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 64 - color contains mainly: green. Hex color #364022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #364022 is #C9BFDD. Grayscale: #393939. Windows color (decimal): -13221854 or 2244662. OLE color: 2244662.

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

Color convert

RGB 54 64 34 -
CMYK 0.16 0 0.47 0.75
HSL 80º 0.31% 0.19% -
HSV(B) 80º 0.47% 0.25% -
XYZ 3.64 4.57 2.2 -
YUV 57.59 114.69 125.44 -
System Red Green Blue C M Y K H S L
Decimal 54 64 34 0.16 0 0.47 0.75 80 0.31 0.19
Hex 36 40 22 10 0 2F 4B 50 1F 13
Octal 66 100 42 20 0 57 113 120 37 23
Binary 110110 1000000 100010 10000 0 101111 1001011 1010000 11111 10011

Color Harmonies of #364022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364022

Black with #364022

Text Example


Text Example

White with #364022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364022; }

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

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

background-color css

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

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

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

border-color css

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

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

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