Html Css Color HEX #126B25 Camarone

📋 copy color: '#126B25'

red 18 ◦ green 107 ◦ blue 37

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

Shades of Camarone #126B25

Tints of Camarone #126B25

RGB

 RED value IS 18 (7.42% from 255) = 11.11%

 GREEN value IS 107 (42.19% from 255) = 66.05%

 BLUE value IS 37 (14.84% from 255) = 22.84%

R = 11.11%
G = 66.05%
B = 22.84%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.65

 K value IS 0.58

RGB Variations

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

Color information

#126B25 (or 0x126B25) is known color: Camarone. HEX triplet: 12, 6B and 25. RGB value is (18,107,37). Sum of RGB (Red+Green+Blue) = 18+107+37=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 107 (42.19% from 255 or 66.05% from 162); Blue value is 37 (14.84% from 255 or 22.84% from 162); Max value from RGB is 107 - color contains mainly: green. Hex color #126B25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #126B25 is #ED94DA. Grayscale: #484848. Windows color (decimal): -15570139 or 2452242. OLE color: 2452242.

HSL color Cylindrical-coordinate representation of color #126B25: hue angle of 132.81º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126B25 is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 107 37 -
CMYK 0.83 0 0.65 0.58
HSL 132.81º 0.71% 0.25% -
HSV(B) 132.81º 0.83% 0.42% -
XYZ 5.84 10.78 3.52 -
YUV 72.41 108.01 89.19 -
System Red Green Blue C M Y K H S L
Decimal 18 107 37 0.83 0 0.65 0.58 132.81 0.71 0.25
Hex 12 6B 25 53 0 41 3A 85 47 19
Octal 22 153 45 123 0 101 72 205 107 31
Binary 10010 1101011 100101 1010011 0 1000001 111010 10000101 1000111 11001

Color Harmonies of #126B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126B25

Black with #126B25

Text Example


Text Example

White with #126B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126B25; }

 p { color: rgb(18,107,37); }

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

background-color css

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

 a { background-color: rgb(18,107,37); }

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

border-color css

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

 span { border-color: rgb(18,107,37); }

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