Html Css Color HEX #26413A Gable Green

📋 copy color: '#26413A'

red 38 ◦ green 65 ◦ blue 58

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

Shades of Gable Green #26413A

Tints of Gable Green #26413A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 36.02%

R = 23.6%
G = 40.37%
B = 36.02%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#26413A (or 0x26413A) is known color: Gable Green. HEX triplet: 26, 41 and 3A. RGB value is (38,65,58). Sum of RGB (Red+Green+Blue) = 38+65+58=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #26413A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26413A is #D9BEC5. Grayscale: #383838. Windows color (decimal): -14270150 or 3817766. OLE color: 3817766.

HSL color Cylindrical-coordinate representation of color #26413A: hue angle of 164.44º 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 #26413A is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 65 58 -
CMYK 0.42 0 0.11 0.75
HSL 164.44º 0.26% 0.2% -
HSV(B) 164.44º 0.42% 0.25% -
XYZ 3.45 4.5 4.69 -
YUV 56.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 38 65 58 0.42 0 0.11 0.75 164.44 0.26 0.2
Hex 26 41 3A 2A 0 B 4B A4 1A 14
Octal 46 101 72 52 0 13 113 244 32 24
Binary 100110 1000001 111010 101010 0 1011 1001011 10100100 11010 10100

Color Harmonies of #26413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26413A

Black with #26413A

Text Example


Text Example

White with #26413A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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