Html Css Color HEX #363E1C Turtle Green

📋 copy color: '#363E1C'

red 54 ◦ green 62 ◦ blue 28

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

Shades of Turtle Green #363E1C

Tints of Turtle Green #363E1C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 43.06%

 BLUE value IS 28 (11.33% from 255) = 19.44%

R = 37.5%
G = 43.06%
B = 19.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.55

 K value IS 0.76

RGB Variations

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

Color information

#363E1C (or 0x363E1C) is known color: Turtle Green. HEX triplet: 36, 3E and 1C. RGB value is (54,62,28). Sum of RGB (Red+Green+Blue) = 54+62+28=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 62 (24.61% from 255 or 43.06% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 62 - color contains mainly: green. Hex color #363E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363E1C is #C9C1E3. Grayscale: #373737. Windows color (decimal): -13222372 or 1850934. OLE color: 1850934.

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

Color convert

RGB 54 62 28 -
CMYK 0.13 0 0.55 0.76
HSL 74.12º 0.38% 0.18% -
HSV(B) 74.12º 0.55% 0.24% -
XYZ 3.45 4.31 1.75 -
YUV 55.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 54 62 28 0.13 0 0.55 0.76 74.12 0.38 0.18
Hex 36 3E 1C D 0 37 4C 4A 26 12
Octal 66 76 34 15 0 67 114 112 46 22
Binary 110110 111110 11100 1101 0 110111 1001100 1001010 100110 10010

Color Harmonies of #363E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363E1C

Black with #363E1C

Text Example


Text Example

White with #363E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,62,28); }

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

background-color css

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

 a { background-color: rgb(54,62,28); }

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

border-color css

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

 span { border-color: rgb(54,62,28); }

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