Html Css Color HEX #363812 Turtle Green

📋 copy color: '#363812'

red 54 ◦ green 56 ◦ blue 18

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

Shades of Turtle Green #363812

Tints of Turtle Green #363812

RGB

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

 GREEN value IS 56 (22.27% from 255) = 43.75%

 BLUE value IS 18 (7.42% from 255) = 14.06%

R = 42.19%
G = 43.75%
B = 14.06%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#363812 (or 0x363812) is known color: Turtle Green. HEX triplet: 36, 38 and 12. RGB value is (54,56,18). Sum of RGB (Red+Green+Blue) = 54+56+18=128 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.19% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 18 (7.42% from 255 or 14.06% from 128); Max value from RGB is 56 - color contains mainly: green. Hex color #363812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363812 is #C9C7ED. Grayscale: #333333. Windows color (decimal): -13223918 or 1194038. OLE color: 1194038.

HSL color Cylindrical-coordinate representation of color #363812: hue angle of 63.16º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #363812 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 54 56 18 -
CMYK 0.04 0 0.68 0.78
HSL 63.16º 0.51% 0.15% -
HSV(B) 63.16º 0.68% 0.22% -
XYZ 3.04 3.66 1.12 -
YUV 51.07 109.34 130.09 -
System Red Green Blue C M Y K H S L
Decimal 54 56 18 0.04 0 0.68 0.78 63.16 0.51 0.15
Hex 36 38 12 4 0 44 4E 3F 33 F
Octal 66 70 22 4 0 104 116 77 63 17
Binary 110110 111000 10010 100 0 1000100 1001110 111111 110011 1111

Color Harmonies of #363812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363812

Black with #363812

Text Example


Text Example

White with #363812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363812; }

 p { color: rgb(54,56,18); }

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

background-color css

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

 a { background-color: rgb(54,56,18); }

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

border-color css

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

 span { border-color: rgb(54,56,18); }

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