Html Css Color HEX #34674A Green Pea

📋 copy color: '#34674A'

red 52 ◦ green 103 ◦ blue 74

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

Shades of Green Pea #34674A

Tints of Green Pea #34674A

RGB

 RED value IS 52 (20.7% from 255) = 22.71%

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

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

R = 22.71%
G = 44.98%
B = 32.31%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#34674A (or 0x34674A) is known color: Green Pea. HEX triplet: 34, 67 and 4A. RGB value is (52,103,74). Sum of RGB (Red+Green+Blue) = 52+103+74=229 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.71% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 103 - color contains mainly: green. Hex color #34674A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34674A is #CB98B5. Grayscale: #545454. Windows color (decimal): -13342902 or 4876084. OLE color: 4876084.

HSL color Cylindrical-coordinate representation of color #34674A: hue angle of 145.88º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #34674A is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 103 74 -
CMYK 0.50 0 0.28 0.60
HSL 145.88º 0.33% 0.3% -
HSV(B) 145.88º 0.5% 0.4% -
XYZ 7.5 10.92 8.19 -
YUV 84.45 122.1 104.86 -
System Red Green Blue C M Y K H S L
Decimal 52 103 74 0.50 0 0.28 0.60 145.88 0.33 0.3
Hex 34 67 4A 32 0 1C 3C 92 21 1E
Octal 64 147 112 62 0 34 74 222 41 36
Binary 110100 1100111 1001010 110010 0 11100 111100 10010010 100001 11110

Color Harmonies of #34674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34674A

Black with #34674A

Text Example


Text Example

White with #34674A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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