Html Css Color HEX #363F0A Turtle Green

📋 copy color: '#363F0A'

red 54 ◦ green 63 ◦ blue 10

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

Shades of Turtle Green #363F0A

Tints of Turtle Green #363F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.87%

R = 42.52%
G = 49.61%
B = 7.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#363F0A (or 0x363F0A) is known color: Turtle Green. HEX triplet: 36, 3F and 0A. RGB value is (54,63,10). Sum of RGB (Red+Green+Blue) = 54+63+10=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 63 (25% from 255 or 49.61% from 127); Blue value is 10 (4.30% from 255 or 7.87% from 127); Max value from RGB is 63 - color contains mainly: green. Hex color #363F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363F0A is #C9C0F5. Grayscale: #363636. Windows color (decimal): -13222134 or 671542. OLE color: 671542.

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

Color convert

RGB 54 63 10 -
CMYK 0.14 0 0.84 0.75
HSL 70.19º 0.73% 0.14% -
HSV(B) 70.19º 0.84% 0.25% -
XYZ 3.35 4.36 0.95 -
YUV 54.27 103.02 127.81 -
System Red Green Blue C M Y K H S L
Decimal 54 63 10 0.14 0 0.84 0.75 70.19 0.73 0.14
Hex 36 3F A E 0 54 4B 46 49 E
Octal 66 77 12 16 0 124 113 106 111 16
Binary 110110 111111 1010 1110 0 1010100 1001011 1000110 1001001 1110

Color Harmonies of #363F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F0A

Black with #363F0A

Text Example


Text Example

White with #363F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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