Html Css Color HEX #363A12 Turtle Green

📋 copy color: '#363A12'

red 54 ◦ green 58 ◦ blue 18

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

Shades of Turtle Green #363A12

Tints of Turtle Green #363A12

RGB

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

 GREEN value IS 58 (23.05% from 255) = 44.62%

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

R = 41.54%
G = 44.62%
B = 13.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.77

RGB Variations

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

Color information

#363A12 (or 0x363A12) is known color: Turtle Green. HEX triplet: 36, 3A and 12. RGB value is (54,58,18). Sum of RGB (Red+Green+Blue) = 54+58+18=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 58 (23.05% from 255 or 44.62% from 130); Blue value is 18 (7.42% from 255 or 13.85% from 130); Max value from RGB is 58 - color contains mainly: green. Hex color #363A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363A12 is #C9C5ED. Grayscale: #343434. Windows color (decimal): -13223406 or 1194550. OLE color: 1194550.

HSL color Cylindrical-coordinate representation of color #363A12: hue angle of 66º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #363A12 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.77.

Color convert

RGB 54 58 18 -
CMYK 0.07 0 0.69 0.77
HSL 66º 0.53% 0.15% -
HSV(B) 66º 0.69% 0.23% -
XYZ 3.14 3.85 1.15 -
YUV 52.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 54 58 18 0.07 0 0.69 0.77 66 0.53 0.15
Hex 36 3A 12 7 0 45 4D 42 35 F
Octal 66 72 22 7 0 105 115 102 65 17
Binary 110110 111010 10010 111 0 1000101 1001101 1000010 110101 1111

Color Harmonies of #363A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363A12

Black with #363A12

Text Example


Text Example

White with #363A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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