Html Css Color HEX #368B7A Viridian

📋 copy color: '#368B7A'

red 54 ◦ green 139 ◦ blue 122

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

Shades of Viridian #368B7A

Tints of Viridian #368B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.73%

R = 17.14%
G = 44.13%
B = 38.73%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#368B7A (or 0x368B7A) is known color: Viridian. HEX triplet: 36, 8B and 7A. RGB value is (54,139,122). Sum of RGB (Red+Green+Blue) = 54+139+122=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 139 (54.69% from 255 or 44.13% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 139 - color contains mainly: green. Hex color #368B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368B7A is #C97485. Grayscale: #6F6F6F. Windows color (decimal): -13202566 or 8031030. OLE color: 8031030.

HSL color Cylindrical-coordinate representation of color #368B7A: hue angle of 168º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368B7A is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 54 139 122 -
CMYK 0.61 0 0.12 0.45
HSL 168º 0.44% 0.38% -
HSV(B) 168º 0.61% 0.55% -
XYZ 14.27 20.65 21.65 -
YUV 111.65 133.84 86.88 -
System Red Green Blue C M Y K H S L
Decimal 54 139 122 0.61 0 0.12 0.45 168 0.44 0.38
Hex 36 8B 7A 3D 0 C 2D A8 2C 26
Octal 66 213 172 75 0 14 55 250 54 46
Binary 110110 10001011 1111010 111101 0 1100 101101 10101000 101100 100110

Color Harmonies of #368B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368B7A

Black with #368B7A

Text Example


Text Example

White with #368B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,139,122); }

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

background-color css

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

 a { background-color: rgb(54,139,122); }

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

border-color css

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

 span { border-color: rgb(54,139,122); }

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