Html Css Color HEX #125630 Crusoe

📋 copy color: '#125630'

red 18 ◦ green 86 ◦ blue 48

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

Shades of Crusoe #125630

Tints of Crusoe #125630

RGB

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

 GREEN value IS 86 (33.98% from 255) = 56.58%

 BLUE value IS 48 (19.14% from 255) = 31.58%

R = 11.84%
G = 56.58%
B = 31.58%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#125630 (or 0x125630) is known color: Crusoe. HEX triplet: 12, 56 and 30. RGB value is (18,86,48). Sum of RGB (Red+Green+Blue) = 18+86+48=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 86 (33.98% from 255 or 56.58% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 86 - color contains mainly: green. Hex color #125630 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125630 is #EDA9CF. Grayscale: #3D3D3D. Windows color (decimal): -15575504 or 3167762. OLE color: 3167762.

HSL color Cylindrical-coordinate representation of color #125630: hue angle of 146.47º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125630 is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 86 48 -
CMYK 0.79 0 0.44 0.66
HSL 146.47º 0.65% 0.2% -
HSV(B) 146.47º 0.79% 0.34% -
XYZ 4.11 7 3.93 -
YUV 61.34 120.47 97.09 -
System Red Green Blue C M Y K H S L
Decimal 18 86 48 0.79 0 0.44 0.66 146.47 0.65 0.2
Hex 12 56 30 4F 0 2C 42 92 41 14
Octal 22 126 60 117 0 54 102 222 101 24
Binary 10010 1010110 110000 1001111 0 101100 1000010 10010010 1000001 10100

Color Harmonies of #125630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125630

Black with #125630

Text Example


Text Example

White with #125630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125630; }

 p { color: rgb(18,86,48); }

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

background-color css

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

 a { background-color: rgb(18,86,48); }

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

border-color css

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

 span { border-color: rgb(18,86,48); }

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