Html Css Color HEX #363D0F Turtle Green

📋 copy color: '#363D0F'

red 54 ◦ green 61 ◦ blue 15

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

Shades of Turtle Green #363D0F

Tints of Turtle Green #363D0F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 46.92%

 BLUE value IS 15 (6.25% from 255) = 11.54%

R = 41.54%
G = 46.92%
B = 11.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#363D0F (or 0x363D0F) is known color: Turtle Green. HEX triplet: 36, 3D and 0F. RGB value is (54,61,15). Sum of RGB (Red+Green+Blue) = 54+61+15=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 61 (24.22% from 255 or 46.92% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 61 - color contains mainly: green. Hex color #363D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363D0F is #C9C2F0. Grayscale: #353535. Windows color (decimal): -13222641 or 998710. OLE color: 998710.

HSL color Cylindrical-coordinate representation of color #363D0F: hue angle of 69.13º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #363D0F is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.

Color convert

RGB 54 61 15 -
CMYK 0.11 0 0.75 0.76
HSL 69.13º 0.61% 0.15% -
HSV(B) 69.13º 0.75% 0.24% -
XYZ 3.28 4.16 1.08 -
YUV 53.66 106.18 128.24 -
System Red Green Blue C M Y K H S L
Decimal 54 61 15 0.11 0 0.75 0.76 69.13 0.61 0.15
Hex 36 3D F B 0 4B 4C 45 3D F
Octal 66 75 17 13 0 113 114 105 75 17
Binary 110110 111101 1111 1011 0 1001011 1001100 1000101 111101 1111

Color Harmonies of #363D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363D0F

Black with #363D0F

Text Example


Text Example

White with #363D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,61,15); }

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

background-color css

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

 a { background-color: rgb(54,61,15); }

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

border-color css

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

 span { border-color: rgb(54,61,15); }

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