Html Css Color HEX #125430 Crusoe

📋 copy color: '#125430'

red 18 ◦ green 84 ◦ blue 48

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

Shades of Crusoe #125430

Tints of Crusoe #125430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 56%

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

R = 12%
G = 56%
B = 32%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#125430 (or 0x125430) is known color: Crusoe. HEX triplet: 12, 54 and 30. RGB value is (18,84,48). Sum of RGB (Red+Green+Blue) = 18+84+48=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 84 (33.20% from 255 or 56% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 84 - color contains mainly: green. Hex color #125430 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #125430 is #EDABCF. Grayscale: #3C3C3C. Windows color (decimal): -15576016 or 3167250. OLE color: 3167250.

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

Color convert

RGB 18 84 48 -
CMYK 0.79 0 0.43 0.67
HSL 147.27º 0.65% 0.2% -
HSV(B) 147.27º 0.79% 0.33% -
XYZ 3.95 6.68 3.88 -
YUV 60.16 121.13 97.93 -
System Red Green Blue C M Y K H S L
Decimal 18 84 48 0.79 0 0.43 0.67 147.27 0.65 0.2
Hex 12 54 30 4F 0 2B 43 93 41 14
Octal 22 124 60 117 0 53 103 223 101 24
Binary 10010 1010100 110000 1001111 0 101011 1000011 10010011 1000001 10100

Color Harmonies of #125430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125430

Black with #125430

Text Example


Text Example

White with #125430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125430; }

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

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

background-color css

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

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

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

border-color css

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

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

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