Html Css Color HEX #23424D Green Vogue

📋 copy color: '#23424D'

red 35 ◦ green 66 ◦ blue 77

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

Shades of Green Vogue #23424D

Tints of Green Vogue #23424D

RGB

 RED value IS 35 (14.06% from 255) = 19.66%

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

 BLUE value IS 77 (30.47% from 255) = 43.26%

R = 19.66%
G = 37.08%
B = 43.26%

CMYK

 C value IS 0.55

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#23424D (or 0x23424D) is known color: Green Vogue. HEX triplet: 23, 42 and 4D. RGB value is (35,66,77). Sum of RGB (Red+Green+Blue) = 35+66+77=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 77 - color contains mainly: blue. Hex color #23424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23424D is #DCBDB2. Grayscale: #393939. Windows color (decimal): -14466483 or 5063203. OLE color: 5063203.

HSL color Cylindrical-coordinate representation of color #23424D: hue angle of 195.71º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #23424D is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 35 66 77 -
CMYK 0.55 0.14 0 0.70
HSL 195.71º 0.38% 0.22% -
HSV(B) 195.71º 0.55% 0.3% -
XYZ 3.98 4.79 7.74 -
YUV 57.99 138.73 111.61 -
System Red Green Blue C M Y K H S L
Decimal 35 66 77 0.55 0.14 0 0.70 195.71 0.38 0.22
Hex 23 42 4D 37 E 0 46 C4 26 16
Octal 43 102 115 67 16 0 106 304 46 26
Binary 100011 1000010 1001101 110111 1110 0 1000110 11000100 100110 10110

Color Harmonies of #23424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23424D

Black with #23424D

Text Example


Text Example

White with #23424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23424D; }

 p { color: rgb(35,66,77); }

 H1.HeaderClassName
 {
   color: #23424D;
 }
 .AnyTagClassName
 {
   color: #23424D;
 }
</style>

background-color css

<style>
 a { background-color: #23424D; }

 a { background-color: rgb(35,66,77); }

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

border-color css

<style>
 span { border-color: #23424D; }

 span { border-color: rgb(35,66,77); }

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