Html Css Color HEX #363C0D Turtle Green

📋 copy color: '#363C0D'

red 54 ◦ green 60 ◦ blue 13

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

Shades of Turtle Green #363C0D

Tints of Turtle Green #363C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.24%

R = 42.52%
G = 47.24%
B = 10.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.76

RGB Variations

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

Color information

#363C0D (or 0x363C0D) is known color: Turtle Green. HEX triplet: 36, 3C and 0D. RGB value is (54,60,13). Sum of RGB (Red+Green+Blue) = 54+60+13=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 60 (23.83% from 255 or 47.24% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 60 - color contains mainly: green. Hex color #363C0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363C0D is #C9C3F2. Grayscale: #353535. Windows color (decimal): -13222899 or 867382. OLE color: 867382.

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

Color convert

RGB 54 60 13 -
CMYK 0.10 0 0.78 0.76
HSL 67.66º 0.64% 0.14% -
HSV(B) 67.66º 0.78% 0.24% -
XYZ 3.21 4.05 0.99 -
YUV 52.85 105.51 128.82 -
System Red Green Blue C M Y K H S L
Decimal 54 60 13 0.10 0 0.78 0.76 67.66 0.64 0.14
Hex 36 3C D A 0 4E 4C 44 40 E
Octal 66 74 15 12 0 116 114 104 100 16
Binary 110110 111100 1101 1010 0 1001110 1001100 1000100 1000000 1110

Color Harmonies of #363C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363C0D

Black with #363C0D

Text Example


Text Example

White with #363C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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