Html Css Color HEX #35674A Green Pea

📋 copy color: '#35674A'

red 53 ◦ green 103 ◦ blue 74

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

Shades of Green Pea #35674A

Tints of Green Pea #35674A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.78%

 BLUE value IS 74 (29.3% from 255) = 32.17%

R = 23.04%
G = 44.78%
B = 32.17%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#35674A (or 0x35674A) is known color: Green Pea. HEX triplet: 35, 67 and 4A. RGB value is (53,103,74). Sum of RGB (Red+Green+Blue) = 53+103+74=230 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.04% from 230); Green value is 103 (40.62% from 255 or 44.78% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 103 - color contains mainly: green. Hex color #35674A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35674A is #CA98B5. Grayscale: #545454. Windows color (decimal): -13277366 or 4876085. OLE color: 4876085.

HSL color Cylindrical-coordinate representation of color #35674A: hue angle of 145.2º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #35674A is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 103 74 -
CMYK 0.49 0 0.28 0.60
HSL 145.2º 0.32% 0.31% -
HSV(B) 145.2º 0.49% 0.4% -
XYZ 7.55 10.95 8.19 -
YUV 84.74 121.94 105.36 -
System Red Green Blue C M Y K H S L
Decimal 53 103 74 0.49 0 0.28 0.60 145.2 0.32 0.31
Hex 35 67 4A 31 0 1C 3C 91 20 1F
Octal 65 147 112 61 0 34 74 221 40 37
Binary 110101 1100111 1001010 110001 0 11100 111100 10010001 100000 11111

Color Harmonies of #35674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35674A

Black with #35674A

Text Example


Text Example

White with #35674A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35674A; }

 p { color: rgb(53,103,74); }

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

background-color css

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

 a { background-color: rgb(53,103,74); }

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

border-color css

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

 span { border-color: rgb(53,103,74); }

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