Html Css Color HEX #26413C Gable Green

📋 copy color: '#26413C'

red 38 ◦ green 65 ◦ blue 60

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

Shades of Gable Green #26413C

Tints of Gable Green #26413C

RGB

 RED value IS 38 (15.23% from 255) = 23.31%

 GREEN value IS 65 (25.78% from 255) = 39.88%

 BLUE value IS 60 (23.83% from 255) = 36.81%

R = 23.31%
G = 39.88%
B = 36.81%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#26413C (or 0x26413C) is known color: Gable Green. HEX triplet: 26, 41 and 3C. RGB value is (38,65,60). Sum of RGB (Red+Green+Blue) = 38+65+60=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 65 - color contains mainly: green. Hex color #26413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26413C is #D9BEC3. Grayscale: #383838. Windows color (decimal): -14270148 or 3948838. OLE color: 3948838.

HSL color Cylindrical-coordinate representation of color #26413C: hue angle of 168.89º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #26413C is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 65 60 -
CMYK 0.42 0 0.08 0.75
HSL 168.89º 0.26% 0.2% -
HSV(B) 168.89º 0.42% 0.25% -
XYZ 3.51 4.52 4.96 -
YUV 56.36 130.05 114.91 -
System Red Green Blue C M Y K H S L
Decimal 38 65 60 0.42 0 0.08 0.75 168.89 0.26 0.2
Hex 26 41 3C 2A 0 8 4B A9 1A 14
Octal 46 101 74 52 0 10 113 251 32 24
Binary 100110 1000001 111100 101010 0 1000 1001011 10101001 11010 10100

Color Harmonies of #26413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26413C

Black with #26413C

Text Example


Text Example

White with #26413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26413C; }

 p { color: rgb(38,65,60); }

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

background-color css

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

 a { background-color: rgb(38,65,60); }

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

border-color css

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

 span { border-color: rgb(38,65,60); }

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