Html Css Color HEX #353D23 Turtle Green

📋 copy color: '#353D23'

red 53 ◦ green 61 ◦ blue 35

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

Shades of Turtle Green #353D23

Tints of Turtle Green #353D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 23.49%

R = 35.57%
G = 40.94%
B = 23.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.76

RGB Variations

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

Color information

#353D23 (or 0x353D23) is known color: Turtle Green. HEX triplet: 35, 3D and 23. RGB value is (53,61,35). Sum of RGB (Red+Green+Blue) = 53+61+35=149 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.57% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 61 - color contains mainly: green. Hex color #353D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D23 is #CAC2DC. Grayscale: #373737. Windows color (decimal): -13288157 or 2309429. OLE color: 2309429.

HSL color Cylindrical-coordinate representation of color #353D23: hue angle of 78.46º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #353D23 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 61 35 -
CMYK 0.13 0 0.43 0.76
HSL 78.46º 0.27% 0.19% -
HSV(B) 78.46º 0.43% 0.24% -
XYZ 3.44 4.22 2.22 -
YUV 55.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 53 61 35 0.13 0 0.43 0.76 78.46 0.27 0.19
Hex 35 3D 23 D 0 2B 4C 4E 1B 13
Octal 65 75 43 15 0 53 114 116 33 23
Binary 110101 111101 100011 1101 0 101011 1001100 1001110 11011 10011

Color Harmonies of #353D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353D23

Black with #353D23

Text Example


Text Example

White with #353D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353D23; }

 p { color: rgb(53,61,35); }

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

background-color css

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

 a { background-color: rgb(53,61,35); }

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

border-color css

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

 span { border-color: rgb(53,61,35); }

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