Html Css Color HEX #363813 Turtle Green

📋 copy color: '#363813'

red 54 ◦ green 56 ◦ blue 19

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

Shades of Turtle Green #363813

Tints of Turtle Green #363813

RGB

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

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

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

R = 41.86%
G = 43.41%
B = 14.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#363813 (or 0x363813) is known color: Turtle Green. HEX triplet: 36, 38 and 13. RGB value is (54,56,19). Sum of RGB (Red+Green+Blue) = 54+56+19=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 56 (22.27% from 255 or 43.41% from 129); Blue value is 19 (7.81% from 255 or 14.73% from 129); Max value from RGB is 56 - color contains mainly: green. Hex color #363813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363813 is #C9C7EC. Grayscale: #333333. Windows color (decimal): -13223917 or 1259574. OLE color: 1259574.

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

Color convert

RGB 54 56 19 -
CMYK 0.04 0 0.66 0.78
HSL 63.24º 0.49% 0.15% -
HSV(B) 63.24º 0.66% 0.22% -
XYZ 3.05 3.66 1.16 -
YUV 51.18 109.84 130.01 -
System Red Green Blue C M Y K H S L
Decimal 54 56 19 0.04 0 0.66 0.78 63.24 0.49 0.15
Hex 36 38 13 4 0 42 4E 3F 31 F
Octal 66 70 23 4 0 102 116 77 61 17
Binary 110110 111000 10011 100 0 1000010 1001110 111111 110001 1111

Color Harmonies of #363813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363813

Black with #363813

Text Example


Text Example

White with #363813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363813; }

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

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

background-color css

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

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

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

border-color css

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

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

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