Html Css Color HEX #357B05 Bilbao

📋 copy color: '#357B05'

red 53 ◦ green 123 ◦ blue 5

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

Shades of Bilbao #357B05

Tints of Bilbao #357B05

RGB

 RED value IS 53 (21.09% from 255) = 29.28%

 GREEN value IS 123 (48.44% from 255) = 67.96%

 BLUE value IS 5 (2.34% from 255) = 2.76%

R = 29.28%
G = 67.96%
B = 2.76%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.96

 K value IS 0.52

RGB Variations

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

Color information

#357B05 (or 0x357B05) is known color: Bilbao. HEX triplet: 35, 7B and 05. RGB value is (53,123,5). Sum of RGB (Red+Green+Blue) = 53+123+5=181 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.28% from 181); Green value is 123 (48.44% from 255 or 67.96% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 123 - color contains mainly: green. Hex color #357B05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357B05 is #CA84FA. Grayscale: #595959. Windows color (decimal): -13272315 or 359221. OLE color: 359221.

HSL color Cylindrical-coordinate representation of color #357B05: hue angle of 95.59º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #357B05 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB 53 123 5 -
CMYK 0.57 0 0.96 0.52
HSL 95.59º 0.92% 0.25% -
HSV(B) 95.59º 0.96% 0.48% -
XYZ 8.58 14.93 2.57 -
YUV 88.62 80.81 102.59 -
System Red Green Blue C M Y K H S L
Decimal 53 123 5 0.57 0 0.96 0.52 95.59 0.92 0.25
Hex 35 7B 5 39 0 60 34 60 5C 19
Octal 65 173 5 71 0 140 64 140 134 31
Binary 110101 1111011 101 111001 0 1100000 110100 1100000 1011100 11001

Color Harmonies of #357B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357B05

Black with #357B05

Text Example


Text Example

White with #357B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357B05; }

 p { color: rgb(53,123,5); }

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

background-color css

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

 a { background-color: rgb(53,123,5); }

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

border-color css

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

 span { border-color: rgb(53,123,5); }

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