Html Css Color HEX #125330 Crusoe

📋 copy color: '#125330'

red 18 ◦ green 83 ◦ blue 48

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

Shades of Crusoe #125330

Tints of Crusoe #125330

RGB

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

 GREEN value IS 83 (32.81% from 255) = 55.7%

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

R = 12.08%
G = 55.7%
B = 32.21%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#125330 (or 0x125330) is known color: Crusoe. HEX triplet: 12, 53 and 30. RGB value is (18,83,48). Sum of RGB (Red+Green+Blue) = 18+83+48=149 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.08% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #125330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125330 is #EDACCF. Grayscale: #3B3B3B. Windows color (decimal): -15576272 or 3166994. OLE color: 3166994.

HSL color Cylindrical-coordinate representation of color #125330: hue angle of 147.69º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125330 is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 83 48 -
CMYK 0.78 0 0.42 0.67
HSL 147.69º 0.64% 0.2% -
HSV(B) 147.69º 0.78% 0.33% -
XYZ 3.88 6.53 3.85 -
YUV 59.58 121.47 98.35 -
System Red Green Blue C M Y K H S L
Decimal 18 83 48 0.78 0 0.42 0.67 147.69 0.64 0.2
Hex 12 53 30 4E 0 2A 43 94 40 14
Octal 22 123 60 116 0 52 103 224 100 24
Binary 10010 1010011 110000 1001110 0 101010 1000011 10010100 1000000 10100

Color Harmonies of #125330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125330

Black with #125330

Text Example


Text Example

White with #125330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125330; }

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

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

background-color css

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

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

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

border-color css

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

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

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