Html Css Color HEX #363F10 Turtle Green

📋 copy color: '#363F10'

red 54 ◦ green 63 ◦ blue 16

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

Shades of Turtle Green #363F10

Tints of Turtle Green #363F10

RGB

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

 GREEN value IS 63 (25% from 255) = 47.37%

 BLUE value IS 16 (6.64% from 255) = 12.03%

R = 40.6%
G = 47.37%
B = 12.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#363F10 (or 0x363F10) is known color: Turtle Green. HEX triplet: 36, 3F and 10. RGB value is (54,63,16). Sum of RGB (Red+Green+Blue) = 54+63+16=133 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.60% from 133); Green value is 63 (25% from 255 or 47.37% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 63 - color contains mainly: green. Hex color #363F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363F10 is #C9C0EF. Grayscale: #373737. Windows color (decimal): -13222128 or 1064758. OLE color: 1064758.

HSL color Cylindrical-coordinate representation of color #363F10: hue angle of 71.49º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #363F10 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 54 63 16 -
CMYK 0.14 0 0.75 0.75
HSL 71.49º 0.59% 0.15% -
HSV(B) 71.49º 0.75% 0.25% -
XYZ 3.39 4.38 1.16 -
YUV 54.95 106.02 127.32 -
System Red Green Blue C M Y K H S L
Decimal 54 63 16 0.14 0 0.75 0.75 71.49 0.59 0.15
Hex 36 3F 10 E 0 4B 4B 47 3B F
Octal 66 77 20 16 0 113 113 107 73 17
Binary 110110 111111 10000 1110 0 1001011 1001011 1000111 111011 1111

Color Harmonies of #363F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F10

Black with #363F10

Text Example


Text Example

White with #363F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,63,16); }

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

background-color css

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

 a { background-color: rgb(54,63,16); }

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

border-color css

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

 span { border-color: rgb(54,63,16); }

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