Html Css Color HEX #338B0D Bilbao

📋 copy color: '#338B0D'

red 51 ◦ green 139 ◦ blue 13

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

Shades of Bilbao #338B0D

Tints of Bilbao #338B0D

RGB

 RED value IS 51 (20.31% from 255) = 25.12%

 GREEN value IS 139 (54.69% from 255) = 68.47%

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 25.12%
G = 68.47%
B = 6.4%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.91

 K value IS 0.45

RGB Variations

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

Color information

#338B0D (or 0x338B0D) is known color: Bilbao. HEX triplet: 33, 8B and 0D. RGB value is (51,139,13). Sum of RGB (Red+Green+Blue) = 51+139+13=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 139 (54.69% from 255 or 68.47% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 139 - color contains mainly: green. Hex color #338B0D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338B0D is #CC74F2. Grayscale: #626262. Windows color (decimal): -13399283 or 887603. OLE color: 887603.

HSL color Cylindrical-coordinate representation of color #338B0D: hue angle of 101.9º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #338B0D is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 139 13 -
CMYK 0.63 0 0.91 0.45
HSL 101.9º 0.83% 0.3% -
HSV(B) 101.9º 0.91% 0.55% -
XYZ 10.67 19.2 3.52 -
YUV 98.32 79.85 94.25 -
System Red Green Blue C M Y K H S L
Decimal 51 139 13 0.63 0 0.91 0.45 101.9 0.83 0.3
Hex 33 8B D 3F 0 5B 2D 66 53 1E
Octal 63 213 15 77 0 133 55 146 123 36
Binary 110011 10001011 1101 111111 0 1011011 101101 1100110 1010011 11110

Color Harmonies of #338B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #338B0D

Black with #338B0D

Text Example


Text Example

White with #338B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #338B0D; }

 p { color: rgb(51,139,13); }

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

background-color css

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

 a { background-color: rgb(51,139,13); }

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

border-color css

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

 span { border-color: rgb(51,139,13); }

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