Html Css Color HEX #368F06 Bilbao

📋 copy color: '#368F06'

red 54 ◦ green 143 ◦ blue 6

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

Shades of Bilbao #368F06

Tints of Bilbao #368F06

RGB

 RED value IS 54 (21.48% from 255) = 26.6%

 GREEN value IS 143 (56.25% from 255) = 70.44%

 BLUE value IS 6 (2.73% from 255) = 2.96%

R = 26.6%
G = 70.44%
B = 2.96%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#368F06 (or 0x368F06) is known color: Bilbao. HEX triplet: 36, 8F and 06. RGB value is (54,143,6). Sum of RGB (Red+Green+Blue) = 54+143+6=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 143 (56.25% from 255 or 70.44% from 203); Blue value is 6 (2.73% from 255 or 2.96% from 203); Max value from RGB is 143 - color contains mainly: green. Hex color #368F06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #368F06 is #C970F9. Grayscale: #656565. Windows color (decimal): -13201658 or 429878. OLE color: 429878.

HSL color Cylindrical-coordinate representation of color #368F06: hue angle of 98.98º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #368F06 is Cyan = 0.62, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 54 143 6 -
CMYK 0.62 0 0.96 0.44
HSL 98.98º 0.92% 0.29% -
HSV(B) 98.98º 0.96% 0.56% -
XYZ 11.38 20.44 3.52 -
YUV 100.77 74.51 94.64 -
System Red Green Blue C M Y K H S L
Decimal 54 143 6 0.62 0 0.96 0.44 98.98 0.92 0.29
Hex 36 8F 6 3E 0 60 2C 63 5C 1D
Octal 66 217 6 76 0 140 54 143 134 35
Binary 110110 10001111 110 111110 0 1100000 101100 1100011 1011100 11101

Color Harmonies of #368F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368F06

Black with #368F06

Text Example


Text Example

White with #368F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368F06; }

 p { color: rgb(54,143,6); }

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

background-color css

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

 a { background-color: rgb(54,143,6); }

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

border-color css

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

 span { border-color: rgb(54,143,6); }

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