Html Css Color HEX #36461B Turtle Green

📋 copy color: '#36461B'

red 54 ◦ green 70 ◦ blue 27

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

Shades of Turtle Green #36461B

Tints of Turtle Green #36461B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.88%

R = 35.76%
G = 46.36%
B = 17.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.73

RGB Variations

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

Color information

#36461B (or 0x36461B) is known color: Turtle Green. HEX triplet: 36, 46 and 1B. RGB value is (54,70,27). Sum of RGB (Red+Green+Blue) = 54+70+27=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 70 (27.73% from 255 or 46.36% from 151); Blue value is 27 (10.94% from 255 or 17.88% from 151); Max value from RGB is 70 - color contains mainly: green. Hex color #36461B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36461B is #C9B9E4. Grayscale: #3C3C3C. Windows color (decimal): -13220325 or 1787446. OLE color: 1787446.

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

Color convert

RGB 54 70 27 -
CMYK 0.23 0 0.61 0.73
HSL 82.33º 0.44% 0.19% -
HSV(B) 82.33º 0.61% 0.27% -
XYZ 3.91 5.24 1.84 -
YUV 60.31 109.2 123.5 -
System Red Green Blue C M Y K H S L
Decimal 54 70 27 0.23 0 0.61 0.73 82.33 0.44 0.19
Hex 36 46 1B 17 0 3D 49 52 2C 13
Octal 66 106 33 27 0 75 111 122 54 23
Binary 110110 1000110 11011 10111 0 111101 1001001 1010010 101100 10011

Color Harmonies of #36461B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36461B

Black with #36461B

Text Example


Text Example

White with #36461B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36461B; }

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

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

background-color css

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

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

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

border-color css

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

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

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