Html Css Color HEX #35423E Te Papa Green

📋 copy color: '#35423E'

red 53 ◦ green 66 ◦ blue 62

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

Shades of Te Papa Green #35423E

Tints of Te Papa Green #35423E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.46%

 BLUE value IS 62 (24.61% from 255) = 34.25%

R = 29.28%
G = 36.46%
B = 34.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.74

RGB Variations

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

Color information

#35423E (or 0x35423E) is known color: Te Papa Green. HEX triplet: 35, 42 and 3E. RGB value is (53,66,62). Sum of RGB (Red+Green+Blue) = 53+66+62=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 66 - color contains mainly: green. Hex color #35423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35423E is #CABDC1. Grayscale: #3D3D3D. Windows color (decimal): -13286850 or 4080181. OLE color: 4080181.

HSL color Cylindrical-coordinate representation of color #35423E: hue angle of 161.54º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #35423E is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 66 62 -
CMYK 0.20 0 0.06 0.74
HSL 161.54º 0.11% 0.23% -
HSV(B) 161.54º 0.2% 0.26% -
XYZ 4.29 5 5.3 -
YUV 61.66 128.19 121.83 -
System Red Green Blue C M Y K H S L
Decimal 53 66 62 0.20 0 0.06 0.74 161.54 0.11 0.23
Hex 35 42 3E 14 0 6 4A A2 B 17
Octal 65 102 76 24 0 6 112 242 13 27
Binary 110101 1000010 111110 10100 0 110 1001010 10100010 1011 10111

Color Harmonies of #35423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35423E

Black with #35423E

Text Example


Text Example

White with #35423E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35423E; }

 p { color: rgb(53,66,62); }

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

background-color css

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

 a { background-color: rgb(53,66,62); }

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

border-color css

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

 span { border-color: rgb(53,66,62); }

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