Html Css Color HEX #35682C Green House

📋 copy color: '#35682C'

red 53 ◦ green 104 ◦ blue 44

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

Shades of Green House #35682C

Tints of Green House #35682C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 51.74%

 BLUE value IS 44 (17.58% from 255) = 21.89%

R = 26.37%
G = 51.74%
B = 21.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.58

 K value IS 0.59

RGB Variations

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

Color information

#35682C (or 0x35682C) is known color: Green House. HEX triplet: 35, 68 and 2C. RGB value is (53,104,44). Sum of RGB (Red+Green+Blue) = 53+104+44=201 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.37% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #35682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35682C is #CA97D3. Grayscale: #525252. Windows color (decimal): -13277140 or 2910261. OLE color: 2910261.

HSL color Cylindrical-coordinate representation of color #35682C: hue angle of 111º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35682C is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 104 44 -
CMYK 0.49 0 0.58 0.59
HSL 111º 0.41% 0.29% -
HSV(B) 111º 0.58% 0.41% -
XYZ 6.87 10.84 4.11 -
YUV 81.91 106.6 107.38 -
System Red Green Blue C M Y K H S L
Decimal 53 104 44 0.49 0 0.58 0.59 111 0.41 0.29
Hex 35 68 2C 31 0 3A 3B 6F 29 1D
Octal 65 150 54 61 0 72 73 157 51 35
Binary 110101 1101000 101100 110001 0 111010 111011 1101111 101001 11101

Color Harmonies of #35682C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35682C

Black with #35682C

Text Example


Text Example

White with #35682C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35682C; }

 p { color: rgb(53,104,44); }

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

background-color css

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

 a { background-color: rgb(53,104,44); }

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

border-color css

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

 span { border-color: rgb(53,104,44); }

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