Html Css Color HEX #53661B Fiji Green

📋 copy color: '#53661B'

red 83 ◦ green 102 ◦ blue 27

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

Shades of Fiji Green #53661B

Tints of Fiji Green #53661B

RGB

 RED value IS 83 (32.81% from 255) = 39.15%

 GREEN value IS 102 (40.23% from 255) = 48.11%

 BLUE value IS 27 (10.94% from 255) = 12.74%

R = 39.15%
G = 48.11%
B = 12.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.6

RGB Variations

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

Color information

#53661B (or 0x53661B) is known color: Fiji Green. HEX triplet: 53, 66 and 1B. RGB value is (83,102,27). Sum of RGB (Red+Green+Blue) = 83+102+27=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 102 (40.23% from 255 or 48.11% from 212); Blue value is 27 (10.94% from 255 or 12.74% from 212); Max value from RGB is 102 - color contains mainly: green. Hex color #53661B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53661B is #AC99E4. Grayscale: #585858. Windows color (decimal): -11311589 or 1795667. OLE color: 1795667.

HSL color Cylindrical-coordinate representation of color #53661B: hue angle of 75.2º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #53661B is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB 83 102 27 -
CMYK 0.19 0 0.74 0.6
HSL 75.2º 0.58% 0.25% -
HSV(B) 75.2º 0.74% 0.4% -
XYZ 8.52 11.42 2.79 -
YUV 87.77 93.71 124.6 -
System Red Green Blue C M Y K H S L
Decimal 83 102 27 0.19 0 0.74 0.6 75.2 0.58 0.25
Hex 53 66 1B 13 0 4A 3C 4B 3A 19
Octal 123 146 33 23 0 112 74 113 72 31
Binary 1010011 1100110 11011 10011 0 1001010 111100 1001011 111010 11001

Color Harmonies of #53661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53661B

Black with #53661B

Text Example


Text Example

White with #53661B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53661B; }

 p { color: rgb(83,102,27); }

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

background-color css

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

 a { background-color: rgb(83,102,27); }

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

border-color css

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

 span { border-color: rgb(83,102,27); }

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