Html Css Color HEX #234641 Gable Green

📋 copy color: '#234641'

red 35 ◦ green 70 ◦ blue 65

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

Shades of Gable Green #234641

Tints of Gable Green #234641

RGB

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

 GREEN value IS 70 (27.73% from 255) = 41.18%

 BLUE value IS 65 (25.78% from 255) = 38.24%

R = 20.59%
G = 41.18%
B = 38.24%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.07

 K value IS 0.73

RGB Variations

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

Color information

#234641 (or 0x234641) is known color: Gable Green. HEX triplet: 23, 46 and 41. RGB value is (35,70,65). Sum of RGB (Red+Green+Blue) = 35+70+65=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 70 (27.73% from 255 or 41.18% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 70 - color contains mainly: green. Hex color #234641 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234641 is #DCB9BE. Grayscale: #3A3A3A. Windows color (decimal): -14465471 or 4277795. OLE color: 4277795.

HSL color Cylindrical-coordinate representation of color #234641: hue angle of 171.43º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #234641 is Cyan = 0.5, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB 35 70 65 -
CMYK 0.5 0 0.07 0.73
HSL 171.43º 0.33% 0.21% -
HSV(B) 171.43º 0.5% 0.27% -
XYZ 3.84 5.12 5.79 -
YUV 58.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 35 70 65 0.5 0 0.07 0.73 171.43 0.33 0.21
Hex 23 46 41 32 0 7 49 AB 21 15
Octal 43 106 101 62 0 7 111 253 41 25
Binary 100011 1000110 1000001 110010 0 111 1001001 10101011 100001 10101

Color Harmonies of #234641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234641

Black with #234641

Text Example


Text Example

White with #234641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234641; }

 p { color: rgb(35,70,65); }

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

background-color css

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

 a { background-color: rgb(35,70,65); }

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

border-color css

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

 span { border-color: rgb(35,70,65); }

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