Html Css Color HEX #363A13 Turtle Green

📋 copy color: '#363A13'

red 54 ◦ green 58 ◦ blue 19

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

Shades of Turtle Green #363A13

Tints of Turtle Green #363A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.5%

R = 41.22%
G = 44.27%
B = 14.5%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.77

RGB Variations

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

Color information

#363A13 (or 0x363A13) is known color: Turtle Green. HEX triplet: 36, 3A and 13. RGB value is (54,58,19). Sum of RGB (Red+Green+Blue) = 54+58+19=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 58 - color contains mainly: green. Hex color #363A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363A13 is #C9C5EC. Grayscale: #343434. Windows color (decimal): -13223405 or 1260086. OLE color: 1260086.

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

Color convert

RGB 54 58 19 -
CMYK 0.07 0 0.67 0.77
HSL 66.15º 0.51% 0.15% -
HSV(B) 66.15º 0.67% 0.23% -
XYZ 3.15 3.86 1.19 -
YUV 52.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 54 58 19 0.07 0 0.67 0.77 66.15 0.51 0.15
Hex 36 3A 13 7 0 43 4D 42 33 F
Octal 66 72 23 7 0 103 115 102 63 17
Binary 110110 111010 10011 111 0 1000011 1001101 1000010 110011 1111

Color Harmonies of #363A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363A13

Black with #363A13

Text Example


Text Example

White with #363A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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