Html Css Color HEX #353601 Turtle Green

📋 copy color: '#353601'

red 53 ◦ green 54 ◦ blue 1

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

Shades of Turtle Green #353601

Tints of Turtle Green #353601

RGB

 RED value IS 53 (21.09% from 255) = 49.07%

 GREEN value IS 54 (21.48% from 255) = 50%

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

R = 49.07%
G = 50%
B = 0.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.79

RGB Variations

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

Color information

#353601 (or 0x353601) is known color: Turtle Green. HEX triplet: 35, 36 and 01. RGB value is (53,54,1). Sum of RGB (Red+Green+Blue) = 53+54+1=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 54 (21.48% from 255 or 50% from 108); Blue value is 1 (0.78% from 255 or 0.93% from 108); Max value from RGB is 54 - color contains mainly: green. Hex color #353601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353601 is #CAC9FE. Grayscale: #2F2F2F. Windows color (decimal): -13289983 or 79413. OLE color: 79413.

HSL color Cylindrical-coordinate representation of color #353601: hue angle of 61.13º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #353601 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 54 1 -
CMYK 0.02 0 0.98 0.79
HSL 61.13º 0.96% 0.11% -
HSV(B) 61.13º 0.98% 0.21% -
XYZ 2.79 3.4 0.54 -
YUV 47.66 101.67 131.81 -
System Red Green Blue C M Y K H S L
Decimal 53 54 1 0.02 0 0.98 0.79 61.13 0.96 0.11
Hex 35 36 1 2 0 62 4F 3D 60 B
Octal 65 66 1 2 0 142 117 75 140 13
Binary 110101 110110 1 10 0 1100010 1001111 111101 1100000 1011

Color Harmonies of #353601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353601

Black with #353601

Text Example


Text Example

White with #353601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353601; }

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

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

background-color css

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

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

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

border-color css

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

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

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