Html Css Color HEX #364601 Turtle Green

📋 copy color: '#364601'

red 54 ◦ green 70 ◦ blue 1

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

Shades of Turtle Green #364601

Tints of Turtle Green #364601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 56%

 BLUE value IS 1 (0.78% from 255) = 0.8%

R = 43.2%
G = 56%
B = 0.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#364601 (or 0x364601) is known color: Turtle Green. HEX triplet: 36, 46 and 01. RGB value is (54,70,1). Sum of RGB (Red+Green+Blue) = 54+70+1=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 70 (27.73% from 255 or 56% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 70 - color contains mainly: green. Hex color #364601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #364601 is #C9B9FE. Grayscale: #393939. Windows color (decimal): -13220351 or 83510. OLE color: 83510.

HSL color Cylindrical-coordinate representation of color #364601: hue angle of 73.91º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #364601 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 54 70 1 -
CMYK 0.23 0 0.99 0.73
HSL 73.91º 0.97% 0.14% -
HSV(B) 73.91º 0.99% 0.27% -
XYZ 3.72 5.17 0.83 -
YUV 57.35 96.2 125.61 -
System Red Green Blue C M Y K H S L
Decimal 54 70 1 0.23 0 0.99 0.73 73.91 0.97 0.14
Hex 36 46 1 17 0 63 49 4A 61 E
Octal 66 106 1 27 0 143 111 112 141 16
Binary 110110 1000110 1 10111 0 1100011 1001001 1001010 1100001 1110

Color Harmonies of #364601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #364601

Black with #364601

Text Example


Text Example

White with #364601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #364601; }

 p { color: rgb(54,70,1); }

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

background-color css

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

 a { background-color: rgb(54,70,1); }

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

border-color css

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

 span { border-color: rgb(54,70,1); }

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