Html Css Color HEX #363C1F Turtle Green

📋 copy color: '#363C1F'

red 54 ◦ green 60 ◦ blue 31

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

Shades of Turtle Green #363C1F

Tints of Turtle Green #363C1F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 41.38%

 BLUE value IS 31 (12.5% from 255) = 21.38%

R = 37.24%
G = 41.38%
B = 21.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.76

RGB Variations

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

Color information

#363C1F (or 0x363C1F) is known color: Turtle Green. HEX triplet: 36, 3C and 1F. RGB value is (54,60,31). Sum of RGB (Red+Green+Blue) = 54+60+31=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 60 - color contains mainly: green. Hex color #363C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363C1F is #C9C3E0. Grayscale: #373737. Windows color (decimal): -13222881 or 2047030. OLE color: 2047030.

HSL color Cylindrical-coordinate representation of color #363C1F: hue angle of 72.41º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #363C1F is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.76.

Color convert

RGB 54 60 31 -
CMYK 0.10 0 0.48 0.76
HSL 72.41º 0.32% 0.18% -
HSV(B) 72.41º 0.48% 0.24% -
XYZ 3.38 4.11 1.91 -
YUV 54.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 54 60 31 0.10 0 0.48 0.76 72.41 0.32 0.18
Hex 36 3C 1F A 0 30 4C 48 20 12
Octal 66 74 37 12 0 60 114 110 40 22
Binary 110110 111100 11111 1010 0 110000 1001100 1001000 100000 10010

Color Harmonies of #363C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363C1F

Black with #363C1F

Text Example


Text Example

White with #363C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,60,31); }

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

background-color css

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

 a { background-color: rgb(54,60,31); }

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

border-color css

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

 span { border-color: rgb(54,60,31); }

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