Html Css Color HEX #1C6338 Camarone

📋 copy color: '#1C6338'

red 28 ◦ green 99 ◦ blue 56

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

Shades of Camarone #1C6338

Tints of Camarone #1C6338

RGB

 RED value IS 28 (11.33% from 255) = 15.3%

 GREEN value IS 99 (39.06% from 255) = 54.1%

 BLUE value IS 56 (22.27% from 255) = 30.6%

R = 15.3%
G = 54.1%
B = 30.6%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.43

 K value IS 0.61

RGB Variations

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

Color information

#1C6338 (or 0x1C6338) is known color: Camarone. HEX triplet: 1C, 63 and 38. RGB value is (28,99,56). Sum of RGB (Red+Green+Blue) = 28+99+56=183 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.30% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 56 (22.27% from 255 or 30.60% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #1C6338 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6338 is #E39CC7. Grayscale: #484848. Windows color (decimal): -14916808 or 3695388. OLE color: 3695388.

HSL color Cylindrical-coordinate representation of color #1C6338: hue angle of 143.66º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C6338 is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB 28 99 56 -
CMYK 0.72 0 0.43 0.61
HSL 143.66º 0.56% 0.25% -
HSV(B) 143.66º 0.72% 0.39% -
XYZ 5.65 9.46 5.27 -
YUV 72.87 118.48 96 -
System Red Green Blue C M Y K H S L
Decimal 28 99 56 0.72 0 0.43 0.61 143.66 0.56 0.25
Hex 1C 63 38 48 0 2B 3D 90 38 19
Octal 34 143 70 110 0 53 75 220 70 31
Binary 11100 1100011 111000 1001000 0 101011 111101 10010000 111000 11001

Color Harmonies of #1C6338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C6338

Black with #1C6338

Text Example


Text Example

White with #1C6338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C6338; }

 p { color: rgb(28,99,56); }

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

background-color css

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

 a { background-color: rgb(28,99,56); }

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

border-color css

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

 span { border-color: rgb(28,99,56); }

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