Html Css Color HEX #35423F Firefly

📋 copy color: '#35423F'

red 53 ◦ green 66 ◦ blue 63

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

Shades of Firefly #35423F

Tints of Firefly #35423F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 34.62%

R = 29.12%
G = 36.26%
B = 34.62%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.74

RGB Variations

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

Color information

#35423F (or 0x35423F) is known color: Firefly. HEX triplet: 35, 42 and 3F. RGB value is (53,66,63). Sum of RGB (Red+Green+Blue) = 53+66+63=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 66 - color contains mainly: green. Hex color #35423F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35423F is #CABDC0. Grayscale: #3D3D3D. Windows color (decimal): -13286849 or 4145717. OLE color: 4145717.

HSL color Cylindrical-coordinate representation of color #35423F: hue angle of 166.15º 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 #35423F is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 66 63 -
CMYK 0.20 0 0.05 0.74
HSL 166.15º 0.11% 0.23% -
HSV(B) 166.15º 0.2% 0.26% -
XYZ 4.31 5.01 5.44 -
YUV 61.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 53 66 63 0.20 0 0.05 0.74 166.15 0.11 0.23
Hex 35 42 3F 14 0 5 4A A6 B 17
Octal 65 102 77 24 0 5 112 246 13 27
Binary 110101 1000010 111111 10100 0 101 1001010 10100110 1011 10111

Color Harmonies of #35423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35423F

Black with #35423F

Text Example


Text Example

White with #35423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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